home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_201 / draco / drinc / intuition / intuimessage.g < prev    next >
Text File  |  1992-05-06  |  1KB  |  64 lines

  1. type
  2. „Message_t=unknown20;
  3.  
  4. type
  5. „IntuiMessage_t=struct{
  6. ˆMessage_tim_ExecMessage;
  7. ˆ
  8. ˆulongim_Class;
  9. ˆ
  10. ˆuintim_Code;
  11. ˆ
  12. ˆuintim_Qualifier;
  13. ˆ
  14. ˆ*byteim_IAddress;
  15. ˆ
  16. ˆintim_MouseX,im_MouseY;
  17. ˆ
  18. ˆulongim_Seconds,im_Micros;
  19. ˆ
  20. ˆ*Window_tim_IDCMPWindow;
  21. ˆ
  22. ˆ*IntuiMessage_tim_SpecialLink;
  23. „};
  24.  
  25. ulong
  26. „SIZEVERIFY†=0x00000001,
  27. „NEWSIZE‰=0x00000002,
  28. „REFRESHWINDOWƒ=0x00000004,
  29. „MOUSEBUTTONS„=0x00000008,
  30. „MOUSEMOVE‡=0x00000010,
  31. „GADGETDOWN†=0x00000020,
  32. „GADGETUPˆ=0x00000040,
  33. „REQSETŠ=0x00000080,
  34. „MENUPICKˆ=0x00000100,
  35. „CLOSEWINDOW…=0x00000200,
  36. „RAWKEYŠ=0x00000400,
  37. „REQVERIFY‡=0x00000800,
  38. „REQCLEARˆ=0x00001000,
  39. „MENUVERIFY†=0x00002000,
  40. „NEWPREFSˆ=0x00004000,
  41. „DISKINSERTED„=0x00008000,
  42. „DISKREMOVED…=0x00010000,
  43. „WBENCHMESSAGEƒ=0x00020000,
  44. „ACTIVEWINDOW„=0x00040000,
  45. „INACTIVEWINDOW‚=0x00080000,
  46. „DELTAMOVE‡=0x00100000,
  47. „VANILLAKEYS…=0x00200000,
  48. „INTUITICKS†=0x00400000,
  49.  
  50. „LONELYMESSAGEƒ=0x80000000;
  51.  
  52. uint
  53. „MENUHOT‰=0x0001,
  54. „MENUCANCEL†=0x0002,
  55. „MENUWAITING…=0x0003,
  56.  
  57. „OKOKŒ=MENUHOT,
  58. „OKABORT‰=0x0004,
  59. „OKCANCELˆ=MENUCANCEL;
  60.  
  61. uint
  62. „WBENCHOPEN†=0x0001,
  63. „WBENCHCLOSE…=0x0002;
  64.